Include docker compose example in docker docs#125
Open
matthewlouisbrockman wants to merge 8 commits intomainfrom
Open
Include docker compose example in docker docs#125matthewlouisbrockman wants to merge 8 commits intomainfrom
matthewlouisbrockman wants to merge 8 commits intomainfrom
Conversation
beran-t
reviewed
Mar 3, 2026
| import { Template } from 'e2b' | ||
|
|
||
| export const composeTemplate = Template() | ||
| .fromUbuntuImage('24.04') |
Contributor
There was a problem hiding this comment.
We are using Ubuntu 24 and 25 interchangeably. We should probably stick to one. Not sure if 24 or 25?
Contributor
Author
There was a problem hiding this comment.
going with 24 for now i guess
beran-t
reviewed
Mar 3, 2026
beran-t
reviewed
Mar 3, 2026
beran-t
reviewed
Mar 3, 2026
beran-t
reviewed
Mar 3, 2026
beran-t
reviewed
Mar 3, 2026
beran-t
reviewed
Mar 3, 2026
Contributor
Author
|
k, i guess not need root! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
docker composeinstructions to the docker page.Note
Low Risk
Low risk documentation-only change; main risk is inaccurate commands or version assumptions in the new Compose example.
Overview
Updates
docs/template/examples/docker.mdxto explicitly separate Docker vs Docker Compose guidance and to reflect that the sandbox can include either.Adds a full Docker Compose walkthrough (template install, build command, and a run example that writes a
compose.yamland executesdocker compose/docker-compose), and updates the Docker template examples to use Ubuntu24.04instead of25.04.Written by Cursor Bugbot for commit 344ba4c. This will update automatically on new commits. Configure here.